net/http.http2Server.now (method)

11 uses

	net/http (current package)
		h2_bundle.go#L4238: func (s *http2Server) now() time.Time {
		h2_bundle.go#L5034: 	lastFrameTime := sc.srv.now()
		h2_bundle.go#L5048: 			lastFrameTime = sc.srv.now()
		h2_bundle.go#L5128: 	now := sc.srv.now()
		h2_bundle.go#L6801: 			date = rws.conn.srv.now().UTC().Format(TimeFormat)
		h2_bundle.go#L6923: 	if !deadline.IsZero() && deadline.Before(w.rws.conn.srv.now()) {
		h2_bundle.go#L6939: 			st.readDeadline = sc.srv.afterFunc(deadline.Sub(sc.srv.now()), st.onReadTimeout)
		h2_bundle.go#L6941: 			st.readDeadline.Reset(deadline.Sub(sc.srv.now()))
		h2_bundle.go#L6949: 	if !deadline.IsZero() && deadline.Before(w.rws.conn.srv.now()) {
		h2_bundle.go#L6965: 			st.writeDeadline = sc.srv.afterFunc(deadline.Sub(sc.srv.now()), st.onWriteTimeout)
		h2_bundle.go#L6967: 			st.writeDeadline.Reset(deadline.Sub(sc.srv.now()))